home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / amac41.zip / RING@0.QM < prev    next >
Text File  |  1991-08-03  |  2KB  |  37 lines

  1. *                               RING@0.QM
  2. *                    [ See RINGxx.QM for discussion ]
  3. *                             August 3, 1991
  4. * ----------------------------------------------------------------------
  5. *   @(0)² Load At Command Line First File In a Pre-Made List of Files,
  6. *         Faster Version of @1, Does Not Enter All Files In Ring
  7. * ----------------------------------------------------------------------
  8. *        (Emulates PC Magazine's FILECTRL.COM After Loading)
  9. *       > Must be first macro in file to autoexecute at start up <
  10.  
  11. @0  macrobegin
  12. *     horizontalwindow            *
  13. *     editfile escape             *
  14.     changefilename "NUL" return *
  15.     Markline Copy               * Copy selected file name to scrap
  16.     horizontalwindow            *                                           |
  17.     Editfile Paste Return       * Load first file in list
  18.     prevwindow                  * NUL window
  19.  SELECT:                        *
  20.     Pause                       * Pause to select file to edit
  21. *     UnmarkBlock                                                           |
  22.     MarkLine Copy               * Copy selected file name to scrap
  23.     nextwindow                  * Selected file
  24.     EditFile Paste Return       * Edit selected file
  25.     zoomwindow                  * Zoom until <enter>
  26.     Pause                       * <enter> to select another file
  27.  EDIT:                          *
  28.     nextwindow                  * Selected window
  29.     makectrofscreen             *
  30.  jump SELECT:                   * Loop again
  31. *
  32. * 31 bytes Thu  05-09-1991  16:25:46 (TH @0, QLST14.qm)
  33. * 36 bytes Mon  06-24-1991  13:29:54 (TH, @0)
  34. * 33 bytes Wed  06-26-1991  10:26:58 (TH, @0, removed unnecessary unmarkblock)
  35. *                                    (        moved window opening down     )
  36.  
  37.